Automations

System Automation Commands

  • Version: 1.8.0
  • Official Verified

OpenBots Command group containing system automation commands (Email, File, Folder, Process, System, TextFile).

OpenBots.Commands.SystemAutomation \ Write CSV File Command

Command: Write CSV File Command

This command writes a DataTable to a CSV file.

Parameters

DataTable

Enter an existing DataTable to write out.

Required

Delimiter

Select the delimiter to use when writing to the csv file.

Required

Add Headers

When selected, the column headers from the specified DataTable are also written.

Required

Output Folder Path

Enter or select the path to the folder.

Required

CSV File Name

Enter the name of the CSV file to write out.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Remote (Optional)

Optional field to mark the command as remote in order to execute it on a remote machine.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Logo